projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56636a
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jan 1998 07:20:49 +0000
(07:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jan 1998 07:20:49 +0000
(07:20 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index c6fb2319d1e1da3b23412435f16447413dfa6acb..9b84a7e51f8bccc9911e2cff3f860efa3149111f 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-2006,6
+2006,9
@@
mark_object (argptr)
mark_object (&ptr->plist);
XSETTYPE (*(Lisp_Object *) &ptr->name, Lisp_String);
mark_object (&ptr->name);
+ /* Note that we do not mark the obarray of the symbol.
+ It is safe not to do so because nothing accesses that
+ slot except to check whether it is nil. */
ptr = ptr->next;
if (ptr)
{